home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 03_urag / cover0 / 00017_Que.ls < prev    next >
Encoding:
Text File  |  1980-02-17  |  473 b   |  17 lines

  1. on mouseDown
  2.   global mySLIDE
  3.   set the locV of sprite 24 to 240
  4.   set the locH of sprite 24 to 320
  5.   repeat while the stillDown
  6.     if rollOver(clickOn()) then
  7.       set the castNum of sprite clickOn() to the number of cast "dnQue"
  8.     else
  9.       set the castNum of sprite clickOn() to the number of cast "Que"
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   set the type of sprite 24 to 0
  14.   set the castNum of sprite clickOn() to the number of cast "Que"
  15.   updateStage()
  16. end
  17.